home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Entferne_Assign < prev    next >
Text File  |  1999-01-03  |  1KB  |  39 lines

  1. IF exists ENV:AssignsSet
  2. Echo "Entferne Assigns..."
  3.   assign c: Amiga-Future-17:c Remove
  4.   assign classes: Amiga-Future-17:classes Remove
  5.   assign devs: Amiga-Future-17:devs Remove
  6.   assign fonts: Amiga-Future-17:fonts Remove
  7.   assign l: Amiga-Future-17:l Remove
  8.   assign libs: Amiga-Future-17:libs Remove
  9.   assign locale: Amiga-Future-17:locale Remove
  10.   assign prefs: Amiga-Future-17:prefs Remove
  11.   assign rexx: Amiga-Future-17:rexx Remove
  12.   assign s: Amiga-Future-17:s Remove
  13.   assign T: Amiga-Future-17:t Remove
  14.   assign Vt: Amiga-Future-17:pd/anwendungen/Viewtek Remove
  15.   Assign MainActor: Amiga-Future-17:Tools/MainActor Remove
  16.   Assign MABroadcast: Amiga-Future-17:Tools/MABroadcast Remove
  17.   ;assign wf: Amiga-Future-17:demoversionen/anwendungen/wild Remove
  18.   assign player: Amiga-Future-17:demoversionen/spiele/EvilsSE98 Remove
  19.   assign IxGuide: Amiga-Future-17:PD/Anwendungen/IxGuide Remove
  20.  assign MysticIsland: Amiga-Future-17:Forum/MysticIsland Remove
  21.  assign ClassAct: Amiga-Future-17: PD/Anwendungen/ClassAct Remove
  22. ;BEGIN FantasticDreams Remove
  23. assign FantasticDreams: Amiga-Future-17:demoversionen/Anwendungen/FantasticDreams Remove
  24. ;assign ElasticDreams: FantasticDreams:
  25. ;END FantasticDreams
  26.  Assign MUI: exists >NIL:
  27.   IF WARN
  28.     Assign MUI: Amiga-Future-17:MUI/ Remove
  29.     Assign LIBS: Amiga-Future-17:MUI/Libs Remove
  30.     Assign Locale: Amiga-Future-17:MUI/Locale Remove
  31.     
  32. ELSE
  33.    
  34.   ENDIF
  35.  Delete >NIL: ENV:AssignsSet
  36. ENDIF
  37.  
  38.  
  39.